Skip to content

test: speed up integration suite#898

Merged
ryanfowler merged 1 commit into
mainfrom
perf/integration-tests
Jul 22, 2026
Merged

test: speed up integration suite#898
ryanfowler merged 1 commit into
mainfrom
perf/integration-tests

Conversation

@ryanfowler

Copy link
Copy Markdown
Owner

Summary

  • run integration tests with bounded two-thread parallelism
  • replace child-process polling with timeout-based waits and concurrent pipe draining
  • cache Rust build artifacts in CI and restore HAR integration coverage
  • align the documented CI-equivalent command

Validation

  • cargo fmt --check
  • cargo clippy --locked --all-targets --all-features -- -D warnings
  • cargo test --locked --all-features --lib --bins
  • full integration suite with --test-threads=2

Run socket-heavy integration tests with bounded parallelism, avoid child-process polling latency, and cache Rust build artifacts in CI. Restore HAR coverage in the CI integration command.
@ryanfowler
ryanfowler enabled auto-merge July 22, 2026 13:01
@ryanfowler
ryanfowler merged commit 5a4c608 into main Jul 22, 2026
4 checks passed
@ryanfowler
ryanfowler deleted the perf/integration-tests branch July 22, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant